iT邦幫忙

2021 iThome 鐵人賽

DAY 7
0
自我挑戰組

Python 基礎學習之旅系列 第 7

Day-7 字串(上)

  • 分享至 

  • xImage
  •  

字串分成兩篇上篇主要為字串顯示方式,下篇為字串內容擷取。

表示為字串

  • 一對單或雙引號裡面表示Python字串
    https://ithelp.ithome.com.tw/upload/images/20210920/20130598ml48w3agfi.png

  • 三個單引號(''')或三個雙引號(""")表示多行字元
    https://ithelp.ithome.com.tw/upload/images/20210920/201305986Uk3RbnM3f.png

  • \ 用法
    https://ithelp.ithome.com.tw/upload/images/20210920/20130598PbbVDLXqvm.png

轉型為str

str() 建立字串或轉換其他型態為字串

https://ithelp.ithome.com.tw/upload/images/20210920/20130598VWn3K69mKu.png

+ 字串結合

用 + 運算子來結合字串或字串變數,常值字串後面直接放置另一個來結合,或者()括號來結合常值字串。
https://ithelp.ithome.com.tw/upload/images/20210920/20130598IsSHPDKKCP.png

* 重複字串

使用 * 來重複字串,注意*的優先順序比+高
https://ithelp.ithome.com.tw/upload/images/20210920/201305985qaI4yKTT1.png

大小寫

https://ithelp.ithome.com.tw/upload/images/20210920/20130598XRSvFkCsvY.png


上一篇
Day -6 條件式
下一篇
Day-8 字串(下)
系列文
Python 基礎學習之旅12
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言